netfilter: ipvs: Fix invalid bytes in IP_VS_MH_TAB_INDEX help text
authorBen Hutchings <ben@decadent.org.uk>
Mon, 2 Jul 2018 16:24:27 +0000 (17:24 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 6 Sep 2018 14:32:14 +0000 (15:32 +0100)
commit9cf9c70f06ff849af3887624ae007f7f11c0ec27
tree9fd09acebcf4ea1f2e130e71cb97b002ee7bc97e
parent9cd449956e52e2c1ce956ab3b082d7e1abea1044
netfilter: ipvs: Fix invalid bytes in IP_VS_MH_TAB_INDEX help text

The help text contains several \xa0 bytes, which are not valid UTF-8
characters but could have been non-breaking spaces in Latin 1
encoding.  I see no reason to use non-breaking spaces here, so replace
them with regular spaces.

Fixes: 30edf801d7ed ("netfilter: ipvs: Add configurations of Maglev hashing")
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Gbp-Pq: Topic bugfix/all
Gbp-Pq: Name netfilter-ipvs-Fix-invalid-bytes-in-IP_VS_MH_TAB_IND.patch
net/netfilter/ipvs/Kconfig